Part V - Introducing the FoxDeploy DSC Designer

Continue Reading...
WinRM HTTPs and the Case of Spooky Certificate

In this post, we dig deepere into what happens to WinRM over HTTPs when certs expire. Continue Reading...
WinRM and HTTPs - What happens when certs die

Further diving into what happens with WinRM when certs expire Continue Reading...
Coming to Ignite? Come to my session!

I talk about my upcoming Microsoft Ignite session for Ignite 2016 Continue Reading...
Safely storing credentials and other things with PowerShell

This post is about a technique I use in my PowerShell modules on Github to safely store credentials, and things like REST Credentials. Â This is something I've had on my blogging 'To-Do' list in OneNote for a while now, so it feels nice to get it written out. Continue Reading...
Enabling PowerShell Event Logging

For one of my customers, we tried to enable PowerShell Module logging for 'Over the shoulder' event logging of all PowerShell commands. Â We were doing this and enabling WinRM with HTTPs to help secure the company as we looked to extend the capabilities of PowerShell Remoting throughout the environment. Â However, when we tried to enable the Group Policy Setting, it was missing in the GPMC! In this post, we'll walk through why you might want to do this, and what to do if you don't see the settings for PowerShell Module Logging. Continue Reading...